ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Finance Assembly / C1.Web.Mvc.Finance Namespace / Stochastic<T> Class / Styles Property

In This Topic
    Styles Property (Stochastic<T>)
    In This Topic
    Gets or sets the styles for the %K and %D lines.
    Syntax
    'Declaration
     
    Public Property Styles As IDictionary(Of String,SVGStyle)
    public IDictionary<string,SVGStyle> Styles {get; set;}
    See Also